home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / ExitAir.Dxr / 00044.ls < prev    next >
Encoding:
Text File  |  1997-11-21  |  362 b   |  12 lines

  1. on mouseDown
  2.   set the visible of sprite 20 to 0
  3.   set the castNum of sprite 1 to the number of cast "02"
  4.   set the locV of sprite 25 to the locV of sprite 25 - 15
  5.   updateStage()
  6.   wait(20)
  7.   set the visible of sprite 20 to 1
  8.   set the castNum of sprite 1 to the number of cast "01"
  9.   set the locV of sprite 25 to the locV of sprite 25 + 15
  10.   updateStage()
  11. end
  12.